SetStyleSheetTextResponse

data class SetStyleSheetTextResponse(sourceMapURL: String?)

Represents response frame that is returned from CSS#setStyleSheetText operation call. Sets the new stylesheet text.

See also

Constructors

SetStyleSheetTextResponse
Link copied to clipboard
fun SetStyleSheetTextResponse(sourceMapURL: String? = null)

Properties

sourceMapURL
Link copied to clipboard
val sourceMapURL: String? = null
URL of source map associated with script (if any).

Sources

jvm source
Link copied to clipboard